home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_e_h / fc_20e.zip / README.TXT < prev    next >
Text File  |  1992-09-17  |  20KB  |  423 lines

  1.  
  2.    WELCOME TO FILE COMMANDER!
  3.  
  4.    This disk contains File Commander 2.0e
  5.  
  6.    File Commander is an extender for the Win 3.1 File Manager.  It allows
  7.    you to add four (see below) menu items to the File Manager menu bar.
  8.    From each of these top-level menu items, File Commander allows you to
  9.    make up to 99 menu items spread up to 5 levels deep.
  10.  
  11.    There are few things you should understand about the File Manager and
  12.    its relationship to File Commander and other File Manager extenders.
  13.    Be sure to read the both this readme file and File Commander manual
  14.    if you have any other File Manager extenders installed.
  15.  
  16.  
  17.  
  18.    ***   SPECIAL BONUS FOR REGISTERED USERS  ***
  19.  
  20.    Registered users receive our new "Dialog Editor" which allows them to
  21.    graphically construct dialog boxes, (a lot like the Visual Basic dialog
  22.    editor), and other utilities to help make programming File Commander menu
  23.    items a tad easier and faster.
  24.  
  25.  
  26.    *** LATE BREAKING NEWS ***
  27.  
  28.    File Commander 2.0 allows you to add upto 4 top-level menus to the
  29.    Windows File Manager menu.  Previous versions only allowed one top-level
  30.    menu.  Each top-level menu can support upto 99 menu items, spread across
  31.    4 levels of drop-downs.  I know this is a tad confusing - the best bet is
  32.    to install File Commander, run File Manager and poke around at the new
  33.    menu items.   Once you see what our sample menu scripts can do for you,
  34.    you will want to write your own menu scripts to add your own menu items
  35.    to the menus.
  36.  
  37.    File Commander comes with four sample menu files, each of which are
  38.    associated with a new File Manager menu item.  To wit:
  39.  
  40.        Menu title          Menu File
  41.  
  42.        Main                WWWFC1.MNU
  43.        Applets             WWWFC2.MNU
  44.        Utils               WWWFC3.MNU
  45.        Demo                WWWFC4.MNU
  46.  
  47.    Although these files are mainly intended as code samples that you can
  48.    peruse to make your own add-on menu items, a lot of people, especially
  49.    those not willing to plunge in and learn the batch language, will find
  50.    that the sample menu items do all sorts of neat stuff, and may be
  51.    perfectly content to live with the sample menus supplied.
  52.  
  53.    These sample menus are not exactly documented anyplace, but if you
  54.    browse through the pull-down menus in File Manager, the functions of
  55.    the various menus items should become obvious.  We've carefully designed
  56.    them to run on almost *any* system.  If something does not work for you,
  57.    then its up to you to dig into the sample menu code and rectify any
  58.    imcompatibilities that may be occurring.
  59.  
  60.  
  61.    *** NORTON DESKTOP FOR WINDOWS ***
  62.  
  63.    This version also allows you to add the same menu items to the
  64.    Norton Desktop for Windows File Manager menu.  File Commander will
  65.    attempt to determine if there are any compatibility problems, and,
  66.    if so, will put up a message with further instructions, and then
  67.    exit.
  68.  
  69.    In some cases, especially with Non-English versions of NDW, there may
  70.    be serious undetectable incompatibility problems.
  71.  
  72.    To turn off the informational message OR to tell File Commander NOT
  73.    to run with the NDW File Manager, do the following:
  74.  
  75.        Edit the WINFILE.INI file  ((( NOT WIN.INI !!! )))
  76.  
  77.        Find the [FileCmdr] Section.  If it does not exist, make one.
  78.  
  79.        Insert a line containing "NDW=2"
  80.  
  81.        When you are done it should look something like...
  82.  
  83.                [FileCmdr]
  84.                NDW=2
  85.  
  86.  
  87.    If you experience problems when starting the Norton Desktop (Version 2.0)
  88.    File Manager with File Commander, please contact Symantec's Peter Norton
  89.    Group technical support at (310) 449-4900 for assistance.  Be sure to
  90.    mention "File Commander" clearly, and they will be able take care of you.
  91.  
  92.    If you add the NDW=2 line to your WINFILE.INI file because of compatibility
  93.    problems, be sure to remove the line when you wish to test to see if the
  94.    compatibility problems got resolved.
  95.  
  96.  
  97.  
  98.    *** GENERAL INFORMATION ***
  99.  
  100.    File Commander is an extender for the Win 3.1 File Manager.  It allows
  101.    you to add upto four menu items to the File Manager menu bar.
  102.  
  103.    From each of these top-level menu items, File Commander allows you to
  104.    make up to 99 menu items spread up to 5 levels deep.
  105.  
  106.    The menu items, when selected, execute our Windows Interface Language (WIL)
  107.    code.  What is the WIL language?  Well, its the Windows batch file language
  108.    developed by Wilson WindowWare, and found in several products, including
  109.    the following:
  110.  
  111.      Wilson WindowWare: Command Post     - As the menu script language
  112.      Wilson WindowWare: WinBatch         - The Windows batch language
  113.      Symantec:          Norton Desktop   - The Batch Runner/Builder language 
  114.  
  115.      >>> If you have used Command Post, you will find the menu scripts
  116.      >>> *remarkably* similiar. 
  117.  
  118.    The WIL language supports zillions (well maybe 200) different functions
  119.    that allow you to do pritnear anything.
  120.  
  121.    Be sure to check out our new WIL.HLP Windows help file.  It has a
  122.    complete description of the WIL language (Thats the programming language
  123.    found in our products).  It should prove useful.
  124.  
  125.    NOTE:  The documentation for the Windows File Manager Extender Interface
  126.    states that 5 top-level menus may be added to the File Manager menu.
  127.    However, due to what appears to be a bug, the fifth menu item does not
  128.    work properly.  Any command selected from the fifth menu item becomes
  129.    confused with the adjacent "Windows" menu, and the corresponding command
  130.    from the "Windows" menu is executed instead.  All this is saying is don't
  131.    use more than 4 new top-level menus with the Windows File Manager.
  132.  
  133.    Norton Desktop for Windows File Manager does support up to
  134.    10 total addon menus.
  135.  
  136.  
  137.    INSTALLATION NOTES
  138.  
  139.    File Manager Extenders are not EXE files.  They are DLL's.  When File
  140.    Manager (either Windows or Norton) starts up, it inspects the WINFILE.INI
  141.    (Note: NOT WIN.INI) file for a special [AddOns] section.  The [AddOns]
  142.    section (when File Commander is installed) looks like the following:
  143.  
  144.          [AddOns]
  145.          WWWFC1=WWWFC1.DLL
  146.          WWWFC2=WWWFC2.DLL
  147.          WWWFC3=WWWFC3.DLL
  148.          WWWFC4=WWWFC3.DLL
  149.  
  150.    If you are running the Windows File Manager, you should only have 4 items
  151.    in the [Addons] section (due to the aforementioned bug).  If you run NDW,
  152.    you can have 5, but if you run the Windows File Manager from NDW, remember
  153.    that the 5th added menu item is broken.
  154.  
  155.    The File Commander install process installs 4 DLL's to allow you to have
  156.    4 menu items.  There are a few other *much less capable* extenders
  157.    available from various sources.  Some of these are:
  158.  
  159.           a) The NDW extender.
  160.           b) The Windows Resource toolkit File Size extender.
  161.           c) An extender known as "Goodies"
  162.           d) Certain internal corporate extenders
  163.           e) And others likely to show up someplace or another.
  164.  
  165.    In any case, if you have another extender, you may have to pick and choose
  166.    the extenders that you keep.  In general, File Commander, with just a few
  167.    new menu scripts, can do *anything* and *everything* that any other
  168.    extender imaginable could possibly hope to do.  The only real reason to
  169.    keep any of the other extenders around is if your corporate MIS department
  170.    informs you that if you don't, you might get fired.
  171.  
  172.    So....the upkeep and maintenance of the [AddOns] section of the WINFILE.INI
  173.    is your responsibility.  You will have to decide what to keep and what goes.
  174.  
  175.    We do provide four extenders:
  176.  
  177.        WWWFC1.DLL
  178.        WWWFC2.DLL
  179.        WWWFC3.DLL
  180.        WWWFC4.DLL
  181.  
  182.    which our installation program will install.  Each one controls a menu
  183.    item.  The menu items will appear on your File Manager menu in the same
  184.    order that the menu items occur in the [AddOns] section.
  185.  
  186.    The installation process installs, and File Commander refers to an
  187.    additional, new section of the WINFILE.INI file -- The [FileCmdr] section.
  188.  
  189.    The [FileCmdr] section of the WINFILE.INI file contains the titles of the
  190.    top level menu items, and also contains the file names of the menu script
  191.    files.  You usually do not have to worry about these items, as our sample
  192.    menu scripts maintain this section.  However, in the interest of complete
  193.    documentation, the [FileCmdr] section as it appears immediately after File
  194.    Commander installation is shown below:
  195.  
  196.  
  197.        [FileCmdr]
  198.        MenuFile1=WWWFC1.MNU
  199.        MenuFile2=WWWFC2.MNU
  200.        MenuFile3=WWWFC3.MNU
  201.        MenuFile4=WWWFC4.MNU
  202.        MenuTitle1=&Main
  203.        MenuTitle2=&Applets
  204.        MenuTitle3=&Utils
  205.        MenuTitle4=&Demos
  206.  
  207.   The WWWFC1.DLL extender will refer to the MenuFile1 keyword to determine
  208.   which menu script file to use, and it will refer to the MenuTitle1 keyword
  209.   to determine the title of the desired menu item.
  210.  
  211.   Likewise, the WWWFC2.DLL extender will refer to MenuFile2 and MenuTitle2,
  212.   and so on.
  213.  
  214.  
  215.  
  216.    HOW-2-ADD YOUR OWN MENU ITEMS
  217.  
  218.    The Main menu item added to the File Manager menu has a selection to
  219.    assist you in editing menus.  All it really does is to run the Windows
  220.    Notepad editor on one of the four menu files, WWWFC1.MNU, WWWFC2.MNU,
  221.    WWWFC3.MNU or WWWFC4.MNU.
  222.  
  223.    In order to take full advantage of File Commander, you should read
  224.    through most of the documentation.  It will teach you about the WIL
  225.    script language in an easy step-by-step fashion (We've got stacks of
  226.    letters from non-programmers who said they were a tad scared about
  227.    tackling the WIL language, but once they went through our tutorial,
  228.    can write menu scrips with the best of them.  One guy even decided he
  229.    liked programming, took a few community college courses, and now has
  230.    a job programming for a living!)
  231.  
  232.    More experienced people, people who are familiar with DOS BAT files,
  233.    people familiar with DOS BASIC or other programming languages, and
  234.    the average unreconstructed hackers may simply wish to plunge in,
  235.    examine the sample menus and wing it.  Although we don't officially
  236.    recommend this kind of thing, it does happen.
  237.  
  238.    In any case, especially for those trying to "wing it", the menu script
  239.    files ares COLUMN SENSITIVE, especially in the first four columns
  240.    (character positions) which define the menu item titles.  WIL batch code
  241.    should start in column 5 or later (I like col 8).  The structure of a
  242.    menu file (this is the short form, see the docs for a real explanation);
  243.  
  244.                          111111111122222222223
  245.      Columns    123456789012345678901234567890... etc
  246.                 ; Semicolons are the comment symbol.  Everything to the
  247.                 ; right of a semi-colon is ignored.  At the top of the file
  248.                 ; is the "auto-exec" section which runs on File Manager
  249.                 ; startup, and whenever the extenders are reloaded.
  250.                 ; Note that the autoexec code starts in column 8 (way past
  251.                 ; column 5 so it does not get confused with menu items.
  252.                         TAB=Num2Char(9)        ; Define a TAB char for laters
  253.                         CR=strcat(Num2Char(13),Num2Char(10)) ; Define a CRLF
  254.                 ; That was our autoexec section.  It just defined a few
  255.                 ; special characters for later use.  Here is our first menu
  256.                 ; item...
  257.                 NOTEPAD
  258.                         Run("Notepad.exe","")      ;Run Notepad
  259.                 ; That was it.  The word NOTEPAD will appear on a menu and
  260.                 ; when selected it will execute the command that launches the
  261.                 ; Notepad editor.
  262.                 ; Now, lets have a drop-down menu that off of a menu item.
  263.                 ; (Menu items don't need to be all CAPS, it is just to make
  264.                 ; this example a tad clearer.
  265.                 ACCESSORIES
  266.                  CONTROL PANEL
  267.                         Run("Control.exe","")
  268.                  CALCULATOR
  269.                         Run("Calc.exe","")
  270.                 ; Note that the first level menu, ACCESSORIES started in
  271.                 ; column 1, and that the two drop down menu items off of it
  272.                 ; both started in column 2.  It is important to remember that
  273.                 ; the columns that the menu titles start in control what kind
  274.                 ; of menu item it is, and putting a menu item in the wrong
  275.                 ; column is the most common error in writing a menu.
  276.  
  277.  
  278.    When loading a new menu script, File Commander will report on lines in the
  279.    menu script file that it does not like.  In general it is always expecting
  280.    one kind of line or another, and if the current line does not meet up to
  281.    its expectations, it displays the line with an error message.  Quite often,
  282.    the actual error occurred on the previous line.  Almost all problems on
  283.    load have to do with improper indent in the menu titles.  In addition,
  284.    after an error, the remainder of the menu file is ignored.
  285.  
  286.    Each menu script file can only support upto 99 menu items.  It you have
  287.    more that 99 menu items, the ones past the 99th item will not appear, and,
  288.    if the 100th item occurs on some sub-level menu, can make its parent level
  289.    disappear too.
  290.  
  291.    THE WIL.HLP file
  292.  
  293.    The installation program should have installed an icon in the Program
  294.    Manager File Commander group which will bring up this file.  Or just
  295.    double click on it to make it run.  Its also accessable from our sample
  296.    menus.
  297.  
  298.    The first menu item you write might be to add a new menu item to access
  299.    the WIL.HLP file to one of your own menus.  Here's one way to do it.
  300.  
  301.        First, figure out where the WIL.HLP file is.  Lets assume that you
  302.        took the standard installation program defaults.  That would put
  303.        the WIL.HLP file into the C:\FILECMDR\HELP directory.  Verify this.
  304.  
  305.        Assuming you have File Commander running, select the "Main" menu item.
  306.        The first thing you will see in the drop-down menu that appears is the
  307.        "Edit File Commander Menus".  Select that option.
  308.  
  309.        Another drop down menu will appear which gives you a choice of editing
  310.        the menu scripts or changing the top-level menu titles.  Choose the
  311.        first selection, "Edit menu scripts".
  312.  
  313.        Choose the first selection, WWWFC1.MNU, to edit the first menu file.
  314.  
  315.        This will pop you into the Notepad editor, editing the WWWFC1.MNU
  316.        menu file.  Move to the bottom of the file and add the following
  317.        lines.  BE SURE THAT THE MENU TITLE STARTS AT THE FAR LEFT WITH NO
  318.        SPACES IN FRONT OF IT.  Adjust the DirChange command, if required,
  319.        to point to the directory containing the WIL.HLP file.
  320.  
  321.               ; This menu item brings up the WIL.HLP help file
  322.               Get WIL Help File
  323.                       DirChange("C:\FILECMDR\HELP")
  324.                       Run("winhelp.exe","wil.hlp")
  325.  
  326.        Close the note pad editor.  Look at your first menu.  Strange, the
  327.        new menu item is NOT there.  Select one of the menu items, say 
  328.        "Browse".  File Commander will look at the menu file, decide that it
  329.        was modified since the last time it was inspected, and proceed to
  330.        reload it.  Since there's no telling what might have changed in the
  331.        file, File Commander will tell you that the menu files were reloaded,
  332.        and that you should re-select the desired menu item.
  333.  
  334.        After a short delay while the reload occurs, look at the menu item 
  335.        again.  Lo and behold, it should be there on the bottom of the first
  336.        menu.  Select it.  WinHelp should load with the WIL language help.
  337.  
  338.        Good Luck.
  339.  
  340.  
  341.  
  342.    The WIL.HLP file was produced and designed by Jim Stiles.  If you need
  343.    or want professional consulting for custom help systems,
  344.    ask for Jim at (206) 937-3141.
  345.  
  346.  
  347.   *** FOREIGN LANGUAGE SUPPORT ***
  348.  
  349.   File Commander now supports some foreign languages.  English is built in,
  350.   and the software attempts to examine your system, and, if you are using
  351.   German or French, will configure itself to use German or French.  More
  352.   languages on the way.  There is also "ValSpeak", which is both a parody
  353.   on Southern California slang, and an example of how *some* messages may
  354.   be modified for the end users.
  355.  
  356.   If you are using Windows 3.1, File Commander will attempt to determine
  357.   what language Windows you are running and automatically configure itself
  358.   to use that language.
  359.  
  360.   To access a non-default langauage do the following:
  361.  
  362.       1) Examine the WWWDLANG.DLL file to determine the languages
  363.          available.  The file has documentation in it that will help you
  364.          figure this out.  (It is not really a DLL, you can look at it.
  365.          It will probably be in your Windows directory.)
  366.     
  367.       2) Edit the WWWBATCH.INI file and add an item to the MAIN section,
  368.          something like:
  369.  
  370.          WWWBATCH.INI
  371.             [Main]
  372.             Language=ValSpeak
  373.  
  374.   Restart Windows, and, walla, the new language should appear.
  375.  
  376.                        PACKING LIST:
  377.  
  378.  With this version you have the following files:   You will find that
  379.  on your disk or ZIP file, many of the files end in a _ (underscore).  This
  380.  is to be expected.  Some files may have been compressed and will need to
  381.  properly installed to be useful, while other files may be simply copied and
  382.  renamed.  Registered users may find a few other bonus files on the disk.
  383.  
  384.  README   TXT  Latest news and comments about File Commander  (this file)
  385.  README2  TXT  Readme.txt  ...continued...
  386.  FILECMDR MAN  The documentation for File Commander
  387.  WILDOC   MAN  The technical reference for the WIL language
  388.  WIL      HLP  The Windows help file for our language
  389.  FC__VER  ???  Version number file.  The extension shows the version number
  390.  FILE_ID  DIZ  A standard description file to help BBS sysops
  391.  
  392.  WWWFC1   DLL  The DLL for the first  extender menu item
  393.  WWWFC2   DLL  The DLL for the second extender menu item
  394.  WWWFC3   DLL  The DLL for the third  extender menu item
  395.  WWWFC4   DLL  The DLL for the fourth extender menu item
  396.  
  397.  WWWFC1   MNU  The Menu file for the first  extender menu item
  398.  WWWFC2   MNU  The Menu file for the second extender menu item
  399.  WWWFC3   MNU  The Menu file for the third  extender menu item
  400.  WWWFC4   MNU  The Menu file for the fourth extender menu item
  401.  
  402.  WWWFMEAA DLL  The Main File Commander DLL
  403.  WWWBATxx DLL  The WIL script processor DLL (where xx is a number)
  404.  WWWDLANG DLL  Foreign Language support for the WIL script processor DLL
  405.  WWWDEALR DLL  Yet another required DLL
  406.  WWWZIP   DLL  ZIP file processing scripts
  407.  WWWVIRT  BAT  Sample BAT file that changes PATH for DOS apps
  408.  WWWDOS   BAT  DOS BAT file used in some of our menu scripts
  409.  WWWDOSC  PIF  PIF that calls WWWDOS.BAT and pauses
  410.  WWWDOSP  PIF  PIF that calls WWWDOS.BAT and then closes the window
  411.  WWWZIPLS EXE  Zip processor EXE file
  412.  
  413.  WSETUP   INF  A script file for the setup program
  414.  WSETUP   EXE  The snazzy setup program
  415.  WBINXZ   EXE  More of our setup program.
  416.  WEXPAND  EXE  Manual install file expander (on disks only)
  417.  WEXPAN1  EXE  Manual file expander overlay (on disks only)
  418.  BROWSER  EXE  A handy file browser utility
  419.  BROWLANG DLL  International language support for Browser
  420.  
  421.  
  422.    Please see the README2.TXT file for more information
  423.